Motion.AddAxisToGroup method

Adds an axis to a group. This command can't be buffered.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsError AddAxisToGroup(
       int Index,
       int AxisIndex,
       int IndexInGroup
)
Public Function AddAxisToGroup(
       Index As Integer,
       AxisIndex As Integer,
       IndexInGroup As Integer
) As KsError

Parameters

Index [in]

Type: int

The index of an axis group. Indexes are zero based. You can have up to 32 groups.

 

AxisIndex [in]

Type: int

The axis to be added to the group. Each group can contain up to 64 axes.

 

IndexInGroup [in]

Type: int

The index of an axis in the group.

Return value

Type: KsError

A return code of a method.

Remarks

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace